.hello{
    background-color:orangered;
}
.Eva{
    background-color: white;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.hello {
    text-align: center;
}

